home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / autocon.zip / KEY.TXT < prev    next >
Text File  |  1991-02-08  |  5KB  |  176 lines

  1. The following is a list of the all of the editor functions, and the
  2. default key assignments.
  3.  
  4.   CURSOR MOVEMENT:
  5.     <Left>, <CtrlS>
  6.     Cursor left one character.
  7.  
  8.     <Right>, <CtrlD>
  9.     Cursor right one character.
  10.  
  11.     <CtrlLeft>, <CtrlA>
  12.     Cursor left one word. A 'word' is a series of non-separator
  13.     characters followed by one or more of the following :
  14.     ' ', ';', '/', '='
  15.  
  16.     <CtrlRight>, <CtrlF>
  17.     Cursor right one word.
  18.  
  19.     <Home>, <CtrlQ><S>
  20.     Cursor to beginning of line.
  21.  
  22.     <End>, <CtrlQ><D>
  23.     Cursor to end of line.
  24.  
  25.     <Up>, <CtrlE>
  26.     Cursor up one line.
  27.  
  28.     <Down>, <CtrlX>
  29.     Cursor down one line.
  30.  
  31.     <CtrlW>
  32.     Scroll display up one line.
  33.  
  34.     <CtrlZ>
  35.     Scroll display down one line.
  36.  
  37.     <PgUp>, <CtrlR>
  38.     Scroll display up one page.
  39.  
  40.     <PgDn>, <CtrlC>
  41.     Scroll display down one page.
  42.  
  43.     <CtrlHome>, <CtrlQ><E>
  44.     Move cursor to top of edit window.
  45.  
  46.     <CtrlEnd>, <CtrlQ><X>
  47.     Move cursor to bottom of edit window.
  48.  
  49.     <CtrlPgUp>, <CtrlQ><R>
  50.     Move cursor to beginning of field.
  51.  
  52.     <CtrlPgDn>, <CtrlQ><C>
  53.     Move cursor to end of field.
  54.  
  55.     <Tab>, <CtrlI>
  56.     Move the cursor to the next tab stop.
  57.  
  58.     <ClickLeft>
  59.     Move the cursor to the position indicated by the mouse.
  60.  
  61.   DELETE FUNCTIONS:
  62.     <Del>, <CtrlG>
  63.     Delete character at cursor.
  64.  
  65.     <Bksp>, <CtrlH>, <CtrlBksp>
  66.     Delete character to left of cursor.
  67.  
  68.     <CtrlY>
  69.     Delete current line.
  70.  
  71.     <CtrlQ><Y>
  72.     Delete from cursor to end of line.
  73.  
  74.     <CtrlT>
  75.     Delete word to right of cursor.
  76.  
  77.   NEW LINE:
  78.     <Enter>, <CtrlM>
  79.     Start a new line.
  80.  
  81.     <CtrlN>
  82.     Split the current line at the cursor.
  83.  
  84.   DEFAULT CONTROLS:
  85.     <CtrlP>
  86.     Insert control character. For example, to insert a ^G, you
  87.     would enter <CtrlP><CtrlG>.
  88.  
  89.     <Ins>
  90.     Toggle insert mode on and off. Fat cursor indicates insert
  91.     mode; thin cursor indicates overtype mode.
  92.  
  93.     <CtrlO><I>
  94.  
  95.     Toggle auto-indent mode. In auto-indent mode, pressing
  96.     <Enter> in insert mode causes the new line to have the same
  97.     indentation as the previous line. Auto-indent also affects
  98.     the way that text is formatted when word wrap occurs.
  99.  
  100.     <CtrlB>
  101.     Reformat the current paragraph. Use with caution.
  102.  
  103.     <AltR>
  104.     Reformat the entire field. Use this command with caution.
  105.  
  106.     <CtrlQ><L>
  107.     Restore original contents of the line and continue editing.
  108.  
  109.   SAVE COMMANDS:
  110.     <Esc>, <CtrlBreak>, <ClickRight>, <CtrlK><Q>,
  111.     <AltF2>
  112.     Quit editing and abandon changes (With Question).
  113.  
  114.     <F2>, <CtrlK><S>
  115.     Save the data, but continue editing.
  116.  
  117.     <CtrlF2>, <CtrlK><X>, <CtrlK><D>, <AltX>
  118.     Save the data (if modified), and  quit editing.
  119.  
  120.   BLOCK COMMANDS:
  121.     <CtrlK><B>, <F7>          <CtrlK><K>, <F8>
  122.     Begin a block mark.       End a block mark.
  123.  
  124.     <CtrlK><C>              <CtrlK><V>
  125.     Copy a marked block.      Move a marked block.
  126.  
  127.     <CtrlK><Y>              <F5>
  128.     Delete a marked block.    Delete Contents of Entire field.
  129.  
  130.     <CtrlK><U>            <CtrlK><P>
  131.     Put marked block in buffer. Copy cUt buffer to Fieeld.
  132.     Allows moving data between records.
  133.  
  134.     <CtrlK><W>
  135.     Write the Marked Block to the selected file name.
  136.  
  137.     <CtrlK><R>
  138.     Read the selected file name into the edit field. You can
  139.     popup a file list and use a point and shoot select
  140.  
  141.  
  142.   SEARCH COMMANDS:
  143.     <CtrlQ><CtrlF>
  144.     Pops up a window for you to enter a string of text to search for.
  145.     The string remains valid across all records until it is changed with
  146.     another search function.
  147.  
  148.     <CtrlQ><CtrlA>
  149.     Pops up a window for you to enter a string of text to search for,
  150.     then pops up a window for you to enter a string of text to replace
  151.     the search string with.  You will be asked to confirm the
  152.     replacement.  The strings remain valid across all records until it
  153.     is changed with another search function.
  154.  
  155.     <CtrlL>
  156.     Repeats the last Search(/Replace) function without going through the
  157.     exercise of entering new strings.
  158.  
  159.   MISCELLANEOUS COMMANDS:
  160.  
  161.     <F1>, <ClickBoth>
  162.     Help. This command invokes the help routine for this topic
  163.     if it exists.  Otherwise it does nothing.
  164.  
  165.     <F6>
  166.     Pops up a key edit window to allow chaging all of the editor key
  167.     assignments.
  168.  
  169.     <AltE>
  170.     Creates a "SET AUTOCON=<configuration name>" command for the
  171.     Autoexec field.  If each Autoexec has the correct one, the name of
  172.     the boot configuration will be in the environment.
  173.  
  174.     <AltF6>, <AltF7>, <AltF8>
  175.     Changes the keys assigned to change the colors used in the editor.
  176.